Appliance Recovery Backup Job BackupJobStatus
Appliance Recovery Backup Job BackupJobStatus
The Appliance Recovery Backup Job BackupJobStatus schema represents the status of a backup/restore job.
JSON Example
{
"id": "string",
"state": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
],
"progress": 0,
"start_time": "string",
"end_time": "string"
}
string
id
Required
TimeStamp based ID.
string
state
Required
The state of the backup job.
For more information see: Appliance Recovery Backup Job BackupRestoreProcessState.
integer As int64
As int64
progress
Required
Progress of the job in percentage.
string As date-time
As date-time
start_time
Required
Time when the backup was started.
string As date-time
As date-time
end_time
Optional
Time when the backup was finished.
If missing or null
end time is None until backup is finished.